@charset "UTF-8";
/* ========== 主体框架 start ========== */
/* ————— 头部 start ————— */

.top {
	background-color: #fff;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.top.show {
	top: -101px;
}

/* logo start */
.topL {
	font-size: 0;
	padding-top: 8px;
}

.logo {
	padding-right: 20px;
	margin-right: 20px;
	display: inline-block;
}

.logo img {
	width: 160px;
}

.topLText {
	display: inline-block;
}

.topLText .text {
	font-size: 16px;
	color: #666;
	height: 32px;
	line-height: 32px;
	margin-bottom: 5px;
}

.topLText .text i {
	font-style: normal;
}

.topLText .num {
	font-size: 18px;
	color: #c50202;
	height: 25px;
	line-height: 25px;
}

.topLText .num i {
	font-style: normal;
	background: url(../images/redJt.png) no-repeat right center / 10px 17px;
	margin-right: 10px;
	padding-right: 15px;
}

/* logo end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2 {
	background: url(../images/common/videoPopClose.png) no-repeat center center / auto 40px;
	right: -60px;
	top: -40px;
}

.aykj-videoPop .layui-layer-setwin .layui-layer-close2:hover {
	background-position: center center;
}

.aykj-videoPop .ckplayer-ckplayer .ck-main .ck-bar .ck-bar-playbackrate-box .ck-bar-playbackrate-bg-box {
	width: 90px !important;
	left: 50% !important;
	margin-left: -45px;
	bottom: 100%;
	top: auto !important;
	overflow: hidden;
	height: auto !important;
}

.aykj-videoPop .ckplayer-ckplayer .ck-main .ck-bar .ck-list-bg-box .ck-list-bg {
	width: auto !important;
}

/* 视频弹窗 end */
/* 搜索 start */
.topR {
	margin-top: 32px;
}

.search {
	overflow: hidden;
	background: #f2f2f2;
}

.searchInput {
	width: 268px;
	z-index: 0;
	float: left;
	display: inline;
}

.searchInput input {
	width: 100%;
	padding: 0 16px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background: none;
	border: none;
}

.searchInput input input::-webkit-input-placeholder {
	color: #666666;
	/* placeholder颜色  */
	font-size: 14px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.searchBtn {
	float: left;
	display: inline;
	width: 38px;
	height: 40px;
	overflow: hidden;
	background: url(../images/common/search.png) no-repeat center center;
	position: relative;
}

.searchBtn:before {
	display: block;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	margin-top: -10px;
	width: 1px;
	height: 20px;
	background-color: #d7d7d7;
}

.topSearch {
	width: 40px;
	height: 40px;
	background: #0a569e url(../images/common/searchH.png) no-repeat center center;
	cursor: pointer;
	border-radius: 40px;
	transition: all 300ms;
	-webkit-transition: all 300ms;
}

.topSearch:hover {
	background-color: #d71718;
}

.animHide {
	opacity: 0;
}

.model.show::before {
	animation: menu-animation .8s ease-out forwards;
	transform: scale(2) translateY(0);
}

.model.show {
	display: block;
}

.model {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10600;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.model span {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	font-size: 72px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	z-index: 10;
}

.model::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: rgba(0, 0, 0, .87);
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	border-radius: 100%;
	transform: scale(.04) translateY(9999px);
	overflow: hidden;
	z-index: 9;
}

.searchPWBox {
	width: 600px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	margin: -30px 0 0 -300px;
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
	;
}

.searchPWBox input {
	display: block;
	float: left;
	width: 530px;
	height: 60px;
	background: none;
	border: none;
	line-height: 60px;
	color: #333;
	font-size: 16px;
	padding-left: 10px;
	background: #fff;
}

.searchPWBox input::placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox input::-webkit-placeholder {
	color: #999;
	font-size: 16px;
}

.searchPWBox a {
	float: left;
	display: inline;
	width: 60px;
	height: 60px;
	background: #292e88 url(../images/common/searchH.png) no-repeat center center;
	background-size: 19px 20px;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 60px;
}

.searchPWBox a:hover {
	opacity: 0.9;
}

@keyframes menu-animation {
	0% {
		opacity: 0;
		transform: scale(.04) translateY(300%)
	}

	40% {
		transform: scale(.04) translateY(0);
		transition: ease-out
	}

	40% {
		transform: scale(.04) translateY(0)
	}

	60% {
		opacity: 1;
		transform: scale(.02) translateY(0)
	}

	61% {
		opacity: 1;
		transform: scale(.04) translateY(0)
	}

	99.9% {
		opacity: 1;
		height: 0;
		padding-bottom: 100%;
		border-radius: 100%
	}

	100% {
		opacity: 1;
		transform: scale(2) translateY(0);
		height: 100%;
		padding-bottom: 0;
		border-radius: 0
	}
}

/* 搜索 end */
/* 导航 start */
.top .bg {
	transition: all 0.5s;
	width: 100%;
	height: 0;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	left: 0;
	top: 100%;
	z-index: -1;
}

.menu {
	position: relative;
}

.menu dd {
	float: left;
	display: inline;
	position: relative;
	z-index: 2;
}

.menu dd .yj a {
	display: block;
	line-height: 100px;
	height: 100px;
	font-size: 15px;
	color: #333;
	text-align: center;
	position: relative;
	padding: 0 30px;
}

.menu dt.icn {
	height: 4px;
	background-color: #0b5a9f;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.menu dd .ej {
	position: absolute;
	top: 95%;
	white-space: nowrap;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	height: 0;
}

.menu dd .ej.open {
	height: 60px;
}

.menu dd .ej li {
	display: inline-block;
	margin-right: 50px;
}

.menu dd .ej li span a {
	line-height: 60px;
	display: block;
	font-size: 15px;
	color: #fff;
	text-align: center;
}

.menu dd .ej li:last-child {
	margin-right: 0;
}

.menu dd.hover .ej {
	opacity: 1;
	visibility: visible;
}

.menu dd .ej li span a:hover {
	font-weight: bold;
}

.menu dd.hover .yj {
	background: url(../images/topTb1.png) no-repeat center center / 50px 50px;
}

.menu dd:hover .yj a,
.menu dd.hover .yj a {
	color: #0b5a9f;
	font-weight: bold;
}

.partyBuildTop .menu dd.hover .yj {
	background: url(../images/topTb2.png) no-repeat center center / 50px 50px;
}

.partyBuildTop .menu dd:hover .yj a,
.partyBuildTop .menu dd.hover .yj a {
	color: #c50202;
	font-weight: bold;
}

/* 导航 end */
/* ————— 头部 end   ————— */
/* ————— indexBanner start ————— */
.indexBanner {
	position: relative;
	height: 100%;
}

.indexBanner::before {
	content: '';
	display: block;
	padding-top: 51.0417%;
}

.indexBannerLoad {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 1.3s;
	-webkit-transition: all 1.3s;
}

.indexBannerLoad svg {
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	width: 100px;
	height: 100px;
	fill: #d71718;
}

.indexBannerLoad.hide {
	visibility: hidden;
	opacity: 0;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

.indexBanner .bd {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.indexBanner .bd .slick-list,
.indexBanner .bd .slick-track {
	height: 100%;
}

.indexBanner.delay .bd .slick-track {
	transition-delay: 1.3s !important;
	-webkit-transition-delay: 1.3s !important;
}

.indexBanner .mySlide {
	height: 100%;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.indexBanner .mySlide .bg {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 1.5s 0s ease-in-out;
	transform: scale(1.15);
}

.indexBanner .mySlide a {
	display: block;
	height: 100%;
	width: 100%;
}

.indexBanner .slick-dots {
	position: absolute;
	top: 86.5%;
	right: 11%;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.indexBanner .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	margin: 0 7px;
	cursor: pointer;
	border: 1px solid #fff;
	display: inline;
	float: left;
}

.indexBanner .slick-dots li.slick-active {
	background: #fff;
}

.indexBanner .mySlide .text {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1200px;
	transform: translate(-50%, -50%);
	color: #FFF;
	display: none;
}

.indexBanner .mySlide .text .text1 {
	font-size: 25px;
	margin-bottom: 30px;
}

.indexBanner .mySlide .text .text2 {
	font-size: 0px;
}

.indexBanner .mySlide .text .text2 span {
	font-size: 70px;
	font-family: "宋体";
	font-weight: bold;
	letter-spacing: 3px;
	float: left;
}

.indexBanner .mySlide.slick-active .text {
	display: block;
}

.indexBanner .img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 0;
}

.indexBanner .img .imgItem img {
	overflow: hidden;
	display: inline-block;
	visibility: hidden;
}

.indexBanner .img .imgItem img.show {
	visibility: visible;
}

.indexBanner .bd .mySlide .bg {
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 1.5s 0s ease-in-out;
	transform: scale(1);
	-webkit-transform: scale(1);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

/* .indexBanner .bd .mySlide.on .bg{transform: scale(1.05);-webkit-transform: scale(1.05);} */

.indexBanner .num {
	position: absolute;
	right: 18%;
	top: 85%;
	height: 40px;
	line-height: 40px;
	color: #dedede;
}

.indexBanner .num span {
	font-size: 21px;
	color: #fff;
}

.indexBanner .num em {
	font-size: 21px;
	color: #dedede;
	font-style: normal;
}

.indexScrll i {
	background: url(../images/shubiao.png) no-repeat center center / contain;
	position: absolute;
	left: 10%;
	top: 85%;
	width: 20px;
	height: 30px;
	animation: upDown 2s linear infinite;
	transition: all 800ms;
	-webkit-transition: all 800ms;
	cursor: pointer;
}

@keyframes upDown {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(20px);
	}

	100% {
		transform: translateY(0);
	}
}

/* ————— indexBanner end ————— */
/* ————— 底部 start ————— */
/* 友情链接start */
.footer {
	background: url(../test/footerBg.jpg) no-repeat center bottom / cover;
}

.footerLink {
	width: 300px;
	height: 45px;
	position: relative;
	z-index: 2;
}

.footerLink .aykj_cssSelect,
.footerLink .aykj_cssSelect .aykj_selectBox {
	width: 100%;
	height: 100%;
	border-radius: 5px;
	border-color: rgba(255, 255, 255, .2);
}

.footerLink .aykj_cssSelect .aykj_selectLt {
	min-height: 45px;
	line-height: 45px;
}

/* 友情链接end   */
/* 底部中间start   */
.footerM {
	padding: 45px 0;
}

.footerML {
	float: left;
	display: inline;
	margin-right: 50px;
}

.footerLogo {
	padding-top: 10px;
	margin-bottom: 30px;
}

.footerLogo img {
	display: block;
	height: 70px;
}

.footerPhone {
	padding-left: 60px;
	background: url(../images/footerIcn2.png) no-repeat left center;
}

.footerPhone .phone {
	margin-bottom: 3px;
	height: 26px;
	line-height: 26px;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	letter-spacing: 1px;
}

.footerPhone .phone img {
	height: 17px;
	display: inline-block;
	vertical-align: middle;
}

.footerPhone .text {
	line-height: 20px;
	color: #999999;
	font-size: 14px;
	letter-spacing: 2px;
}

.footerMM {
	overflow: hidden;
	float: left;
	display: inline;
}

.footerMenu {
	overflow: hidden;
}

.footerMenu dd {
	float: left;
	display: inline;
	margin-right: 85px;
}

.footerMenu dd em {
	font-style: normal;
	display: block;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	padding-bottom: 15px;
	margin-bottom: 22px;
	position: relative;
}

.footerMenu dd em::before {
	display: block;
	content: '';
	width: 12px;
	height: 1px;
	background-color: #515151;
	position: absolute;
	left: 0;
	bottom: 0;
}

.footerMenu dd em a {
	font-size: 16px;
	color: #cccccc;
}

.footerMenu dd em a:hover {
	color: #fff;
}

.footerMenu dd span {
	font-style: normal;
	display: block;
	line-height: 32px;
	overflow: hidden;
}

.footerMenu dd span a {
	font-size: 14px;
	color: #666666;
}

.footerMenu dd span a:hover {
	color: #fff;
}

.footerMR {
	float: right;
	display: inline;
}

.footerEwm {
	padding-top: 35px;
	position: relative;
	z-index: 0;
}

.footerEwm dd {
	float: left;
	display: inline;
	position: relative;
	width: 110px;
	overflow: hidden;
	margin-left: 30px;
}

.footerEwm dd img {
	display: block;
	width: 110px;
	height: 110px;
	margin-bottom: 17px;
	border-radius: 5px;
}

.footerEwm dd span {
	display: block;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666666;
	font-size: 14px;
}

.footerCenterDl {
	overflow: hidden;
	border: 1px solid #323232;
	padding: 20px 40px 0;
}

.footerCenterDl dd {
	float: left;
	display: inline;
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 40px;
}

.footerCenterDl dd .ddCon {
	padding: 20px 30px 40px;
	border-left: 1px solid #323232;
}

.footerCenterDl dd:first-child .ddCon {
	border-left: none;
}

.footerCenterDl .dd1 {
	padding: 0;
}

.footerCenterDl .dd1 .ddCon {
	padding-left: 0;
}

.footerCenterDl .dd1 {
	background: url(../test/footerDL-1.png) no-repeat right center / contain;
}

.footerCenterDl .dd2 {
	background: url(../test/footerDL-2.png) no-repeat right center / contain;
}

.footerCenterDl .dd3 {
	background: url(../test/footerDL-3.png) no-repeat right center / contain;
}

.footerCenterDl dd .title {
	font-size: 14px;
	color: rgba(255, 255, 255, .4);
	height: 30px;
	line-height: 30px;
}

.footerCenterDl dd .text {
	font-size: 14px;
	color: rgba(255, 255, 255, .7);
	height: 48px;
	line-height: 24px;
}

/* 底部中间end   */
/* 底部版权start   */
.friendCopyRight {
	height: 75px;
	line-height: 75px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
}

.friendCopyRight .conL {
	float: left;
	display: inline;
}

.friendCopyRight .conL span {
	margin-right: 20px;
}

.friendCopyRight .conL img {
	margin-right: 10px;
	vertical-align: middle;
}

.friendCopyRight .conL a {
	color: #666666;
	margin-right: 20px;
}

.friendCopyRight .conL a:hover {
	color: #fff;
}

.friendCopyRight .conR {
	float: right;
	display: inline;
}

.friendCopyRight .conR a {
	color: #666666;
}

.friendCopyRight .conR a:hover {
	color: #fff;
}

/* 底部版权end   */
/* ————— 底部 end   ————— */
/* ========== 主体框架 end ========== */

/* ========== 内层框架 start ========== */
/* ————— subBanner start ————— */
.subBanner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.subBanner:before {
	display: block;
	content: '';
	padding-top: 31.25%;
}

.subBanner img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	object-position: center center;
	transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 3s ease;
	-webkit-transition: all 3s ease;
}

/* .subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);} */
.subBanner .text {
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	color: #fff;
}

.subBanner .wrap {
	height: 100%;
}

.subBanner .textC {
	position: absolute;
	bottom: 29%;
}

.subBanner .textC .title {
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	position: relative;
	padding-bottom: 20px;
}

.subBanner .textC .title::before {
	display: block;
	content: '';
	background: url(../images/bannerTitleTb.png) no-repeat left bottom;
	width: 40px;
	height: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.subBanner .textC .enTitle {
	font-size: 14px;
	color: rgb(255 255 255 / .78);
	line-height: 30px;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px rgb(0 0 0 / 0.1);
}

/* ————— subBanner end ————— */
/* ————— 当前位置 start ————— */
.bannerC {
	position: relative;
}

.locationBox {
	clear: both;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

.wrapCon {
	background: #fff;
	height: 75px;
	line-height: 75px;
	box-shadow: 1px 4px 4px rgb(0 0 0 / 3%);
	padding: 0 40px;
	border-radius: 30px 30px 0 0;
}

.location {
	height: 75px;
	overflow: hidden;
	padding-left: 33px;
	position: relative;
}

.location a.home {
	position: absolute;
	left: 0;
	top: 0;
	width: 33px;
	height: 100%;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/home.png);
	padding-left: 0;
	margin-right: 0;
}

.location a {
	display: inline;
	float: left;
	height: 75px;
	line-height: 75px;
	padding-left: 14px;
	margin-right: 10px;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/common/icon8.png);
	color: #a3a3a3;
	font-size: 14px;
}

.location a:hover {
	color: #0b5a9f
}

.location a.hover {
	color: #0b5a9f
}

.subNavBox {
	margin-right: -15px;
	position: relative;
}

.subNav::after {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
}

.subNav a {
	display: inline;
	float: left;
	line-height: 75px;
	height: 75px;
	color: #666666;
	font-size: 14px;
	padding: 0 14px;
}

.subNav a.hover {
	color: #0b5a9f
}

.subNav a:hover {
	color: #0b5a9f
}

/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu {
	text-align: center;
	font-size: 0;
}

.sjMenu a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	color: #333;
	border: 1px solid #fff;
	border-radius: 32px;
	font-size: 14px;
	margin: 0 5px;
	background: #FFF;
}

.sjMenu a:hover {
	background: #0b5a9f;
	color: #FFF;
	border-color: #0b5a9f;
}

.sjMenu a.hover {
	background: #0b5a9f;
	color: #FFF;
	border-color: #0b5a9f;
}

/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page {
	text-align: center;
	clear: both;
	font-size: 14px;
}

.page a {
	display: inline-block;
	overflow: hidden;
	color: #999999;
	border-radius: 100%;
	background: #fff;
	margin: 0 3px;
	border: 1px solid #999;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	cursor: pointer;
}

.page span {
	display: inline-block;
	padding: 6px 2px;
	position: relative;
	top: -15px;
}

.page a:hover {
	background-image: linear-gradient(rgba(29, 102, 166, 1), rgba(29, 102, 166, .5));
	color: #fff;
	border: none;
}

.page a.hover {
	background-image: linear-gradient(rgba(29, 102, 166, 1), rgba(29, 102, 166, .5));
	color: #fff;
	border: none;
}

.page input {
	display: inline-block;
	vertical-align: middle;
	height: 22px;
	border: 1px solid #e6e6e6;
	position: relative;
	top: -2px;
}

.page input.pageDetail {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 3px;
	color: #999999;
	position: relative;
	top: -13px;
}

.page label {
	color: #999999;
	position: relative;
	top: -11px;
}

.page .jumpPage label {
	top: 0;
	padding: 0 7px;
}

.page input.page_bnt {
	border: none;
	width: 30px;
	height: 25px;
	cursor: pointer;
	background: none;
	color: #999999;
	position: relative;
	top: -13px;
}

.page a div {
	width: 35px;
	height: 35px;
	background-position: center center;
	background-repeat: no-repeat;
}

.page a.firstPage div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage div {
	background-image: url(../images/common/page/nextPage.png);
}

.page a.lastPage div {
	background-image: url(../images/common/page/lastPage.png)
}

.page a.firstPage:hover div {
	background-image: url(../images/common/page/firstPageh.png)
}

.page a.prevPage:hover div {
	background-image: url(../images/common/page/prevPageh.png)
}

.page a.nextPage:hover div {
	background-image: url(../images/common/page/nextPageh.png)
}

.page a.lastPage:hover div {
	background-image: url(../images/common/page/lastPageh.png)
}

.page a.firstPage.disabled {
	background: #E2E2E2;
}

.page a.prevPage.disabled {
	background: #E2E2E2;
}

.page a.nextPage.disabled {
	background: #E2E2E2;
}

.page a.lastPage.disabled {
	background: #E2E2E2;
}

.page a.firstPage.disabled div {
	background-image: url(../images/common/page/firstPage.png)
}

.page a.prevPage.disabled div {
	background-image: url(../images/common/page/prevPage.png)
}

.page a.nextPage.disabled div {
	background-image: url(../images/common/page/nextPage.png)
}

.page a.lastPage.disabled div {
	background-image: url(../images/common/page/lastPage.png)
}

.page a.jumpPage {
	background: transparent;
	width: 130px;
	text-align: center;
	color: #333;
	border: none;
	margin: 0;
}

.page a.jumpPage input {
	width: 25%;
	text-align: center;
	top: 0;
	border-color: #999;
	border-radius: 5px;
}

.page a.jumpPage:hover {
	color: #333;
}

.page a.jumpPage.hover {
	color: #333;
}

/* ————— 页码 end ————— */
/* ————— 弹窗 start ————— */
.aykj-recruitTc .layui-layer-btn {
	text-align: center;
}

.aykj-recruitTc .layui-layer-btn a {
	height: 38px;
	line-height: 38px;
	padding: 0 40px;
	font-size: 14px;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	color: #FFF;
	border-color: #1e5ab0;
}

.aykj-recruitTc .layui-layer-btn .layui-layer-btn1 {
	background: #ddd;
	color: #8b8b8b;
	border-color: #ddd;
}

.aykj-alert .layui-layer-btn .layui-layer-btn0 {
	background: #1e5ab0;
	border-color: #1e5ab0;
}

/* ————— 弹窗 end ————— */
/* ========== 内层框架 end ========== */

/* ========== 首页 start ========== */
/* ————— 公共部分 start ————— */
.section {
	overflow: hidden;
}

.indexTitle {
	overflow: hidden;
	position: relative;
	margin-bottom: 45px;
}

.indexTitle .enTitle {
	font-size: 36px;
	color: rgba(153, 153, 153, .1);
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.indexTitle .cnTitle {
	font-size: 40px;
	color: #333;
	font-weight: bold;
	height: 110px;
	line-height: 110px;
}

.indexTitle .cnTitle em {
	background: url(../images/indexTitleTb.png) no-repeat right center;
	display: inline-block;
	width: 30px;
	height: 45px;
}

.indexBtn {
	border: 2px solid #e6e6e6;
	border-radius: 10px;
	/* width:165px; */
	height: 55px;
	padding: 0 35px;
	display: inline-block;
	vertical-align: middle;
}

.indexBtn a {
	text-align: center;
	font-size: 16px;
	color: #333;
	background: url(../images/moreTb.png) no-repeat right center;
	display: block;
	line-height: 55px;
	padding-right: 20px;
}

.indexBtn:hover {
	border-color: #0b5a9f;
}

.indexBtn:hover a {
	color: #0b5a9f;
}

/* ————— 公共部分 end ————— */
/* ————— 第1通栏 start ————— */
/* ————— 第1通栏 end ————— */
/* ————— 第2通栏 start ————— */
.section2 {
	position: relative;
}

.column2 {
	height: 100%;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	height: 100%;
}

.column2Btn {
	float: right;
	display: inline;
}

.column2Btn a {
	display: inline-block;
	border: 2px solid #c7c7c7;
	width: 140px;
	height: 55px;
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 55px;
	margin-right: 20px;
	border-radius: 10px;
}

.column2Dl dd {
	float: left;
	display: inline;
	width: 25%;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	z-index: 0;
	border-radius: 10px;
}

.column2Dl dd.dd1 {
	height: 590px;
	padding: 68px 30px;
}

.column2Dl .dd1 {
	background: url(../test/column2Dd1Bg.jpg) no-repeat right bottom / cover;
}

.column2Dl .dd1 .title {
	font-size: 16px;
	color: #666666;
	min-height: 33px;
	line-height: 33px;
}

.column2Dl .dd1 .time {
	font-size: 15px;
	color: #999;
	min-height: 27px;
	line-height: 27px;
}

.column2Dl .dd1 .time i {
	font-style: normal;
}

.column2Dl .dd1 .numC {
	font-size: 0;
}

.column2Dl .dd1 .numC span {
	display: inline-block;
	font-size: 20px;
	color: #c50202;
	height: 90px;
	line-height: 90px;
}
.column2Dl .dd1 .numC.green span {
	display: inline-block;
	font-size: 20px;
	color: #22bb58;
	height: 90px;
	line-height: 90px;
}

.column2Dl .dd1 .numC span.num1 {
	font-size: 36px;
	font-weight: bold;
}

.column2Dl .dd1 .num1 {
	display: inline-block;
	background: url(../images/redJt.png) no-repeat right center;
	padding-right: 20px;
}
.column2Dl .dd1 .numC.green .num1 {
	background-image: url(../images/redJt-lv.png);
}

.column2Dl .dd1 .pic {
	margin-bottom: 43px;
}

.column2Dl .dd1 .pic::before {
	padding-top: 42.1725%;
}

.column2Ul {
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 17px;
}

.column2Ul li {
	float: left;
	display: inline;
}

.column2Ul .liCon::before {
	display: block;
	content: '';
	width: 1px;
	height: 20px;
	background-color: #cce3ff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.column2Ul .liCon {
	position: relative;
	padding: 0 25px;
}

.column2Ul li .text {
	font-size: 16px;
	color: #666;
	height: 25px;
	line-height: 25px;
}

.column2Ul li em {
	font-size: 16px;
	color: #666;
	height: 25px;
	line-height: 25px;
	display: block;
	font-style: normal;
}

.column2Dl .dd1 .textCon {
	font-size: 15px;
	color: #999;
	min-height: 50px;
	line-height: 50px;
}

.column2Dl .dd1 .textCon i {
	font-style: normal;
}

.column2Dl .ddTitle {
	font-size: 16px;
	color: #333;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
}

.column2Dl .ddText {
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 25px;
	margin-bottom: 25px;
}

.column2Dl .ddTime {
	font-size: 16px;
	color: #999;
	height: 35px;
	line-height: 35px;
	margin-bottom: 40px;
}

.column2Dl .ddTime i {
	font-size: 24px;
	color: #0b5a9f;
	font-style: normal;
	margin-right: 30px;
}

.column2Dl .ddPic {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
}

.column2Dl .ddPic::before {
	display: block;
	content: '';
	padding-top: 60%;
}

.column2Dl .ddPic img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.columnBtnBox {
	text-align: center;
}
.column2Dl dd .con{
	padding: 30px 30px 10px;
}
.column2Dl dd .indexBtn {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: all 800ms;
}

.column2Dl dd:hover {
	box-shadow: 2px 1px 17px rgb(234 242 255);
	z-index: 1;
}

.column2Dl dd:hover .indexBtn {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.column2Dl dd .indexBtn:hover {
	border-color: #0b5a9f;
}

.column2Dl dd .indexBtn:hover a {
	color: #0b5a9f;
}

.column2Btn a.hover {
	border-color: #0b5a9f;
	color: #0b5a9f;
}

.section2 .indexScrll i {
	background-image: url(../images/shubiao-hui.png);
	bottom: 5%;
}

/* ————— 第2通栏 end ————— */
/* ————— 第3通栏 start ————— */
.section3 {
	position: relative;
}

.column3 {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	height: 100%;
}

.column3Con::before {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.column3List {
	margin-right: -32px;
}

.column3List::before {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.column3List dd {
	float: left;
	display: inline;
}

.column3List .dd1 {
	position: relative;
	top: 65px;
}

.column3List .ddCon {
	margin-right: 32px;
}

.column3List .pic {
	width: 325px;
	overflow: hidden;
	border-radius: 5px;
}

.column3List .pic::before {
	padding-top: 149.8462%;
}

.column3R {
	width: 47.641%;
}

.column3RList {
	position: relative;
	z-index: 2;
}

.column3RList dd {
	background-color: #ffff;
	padding: 25px 30px;
	border-radius: 10px;
	margin-bottom: 75px;
	width: 89.8734%;
}

.column3RList .dd2 {
	position: relative;
	right: 55px;
}

.column3RList dd .title {
	font-size: 20px;
	color: #333;
	min-height: 28px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 25px;
}

.column3RList dd .text {
	font-size: 15px;
	color: #666;
	height: 50px;
	line-height: 25px;
	margin-bottom: 17px;
}

.column3RList dd .time {
	font-size: 16px;
	color: #999;
	height: 23px;
	line-height: 23px;
}

.column3RList dd .time i {
	font-size: 24px;
	color: #0b5a9f;
	margin-right: 15px;
	font-style: normal;
}

.column3Ul {
	position: absolute;
	z-index: 0;
	width: 100%;
}

.column3Ul .li1 {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	background: #24bca5;
	position: absolute;
	right: 40px;
	bottom: 218px;
}

.column3Ul .li2 {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #ff6600;
	position: absolute;
	right: 245px;
	bottom: 187px;
}

.column3RList dd:hover .title {
	color: #0b5a9f;
}

.section3 .indexScrll i {
	background-image: url(../images/shubiao-hui.png);
	bottom: 5%;
}

/* ————— 第3通栏 end ————— */
/* ————— 第4通栏 start ————— */
.column4 {
	width: 100%;
	height: 100%;
}

.column4 .enTitle {
	color: rgba(255, 255, 255..15);
}

.column4 .cnTitle {
	color: #fff;
}

.column4 .indexBtn {
	background-color: #0b5a9f;
	border: none;
	position: relative;
	top: 0;
}

.column4 .indexBtn a {
	color: #fff;
	background-image: url(../images/more-bai.png);
}

.column4 .indexBtn:hover {
	top: 10px;
}

.column4T {
	position: relative;
	z-index: 3;
	top: 10%;
}

.column3Scroll {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.column3Scroll .bd {
	width: 100%;
	height: 100%;
}

.column3Scroll .bd .slick-list {
	width: 100%;
	height: 100%;
}

.column3Scroll .bd .slick-list .slick-track {
	width: 100%;
	height: 100%;
}

.column3Scroll .bd .myslide {
	width: 100%;
	height: 100%;
}

.column3Scroll .bd .myslide .slideImg {
	width: 100%;
	height: 100%;
	position: relative;
}

.column3Scroll .bd .myslide .slideImg .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	z-index: 1;
}

.column3Scroll .bd .myslide .icn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	z-index: 2;
	transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
}

.column3Scroll .bd .myslide .slideImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.column3Scroll .bd .slideText {
	position: absolute;
	left: 0;
	width: 100%;
	top: 35%;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
}

.column3Scroll .bd .slideText .con {
	width: 340px;
}

.column3Scroll .bd .slideText .title {
	height: 70px;
	line-height: 70px;
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.column3Scroll .bd .slideText .info {
	height: 120px;
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 80px;
	overflow: hidden;
}

.column3Scroll .bd .myslide.slick-active .slideImg img {
	animation: mymove4 8s ease;
	-webkit-animation: mymove4 8s ease;
	animation-iteration-count: 1;
}

.column3Scroll .bd .myslide.slick-active .slideText {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 1000ms;
	-webkit-transition: all 1000ms;
}

.column3Scroll .bd .myslide.slick-active .icn {
	transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
}

@-webkit-keyframes mymove4 {
	from {
		transform: scale(1.3);
	}

	to {
		transform: scale(1);
	}
}

@keyframes mymove4 {
	from {
		transform: scale(1.3);
	}

	to {
		transform: scale(1);
	}
}

.column3Nav {
	position: absolute;
	right: 6%;
	top: 50%;
	transform: translateY(-50%);
}

.column3Nav .item {
	height: 30px;
	line-height: 30px;
	font-size: 22px;
	color: rgb(255 255 255 / 0.6);
	font-weight: bold;
	cursor: pointer;
	padding: 30px 0;
	text-align: right;
}

.column3Nav .item svg {
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.column3Nav .item svg circle {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.column3Nav .item svg circle.circle {
	fill: #fff;
	transition: all 0.56s;
}

.column3Nav .item svg circle.background {
	transform-origin: 15px 15px;
	stroke: #fff;
	-webkit-transition: stroke .2s linear;
	transition: stroke .2s linear;
}

.column3Nav .item svg circle.foreground {
	transform-origin: 15px 15px;
	stroke-dasharray: 87.9646px, 87.9646px;
	transform: rotate(-90deg);
	stroke: #fff;
}

.column3Nav .item svg .wrapper {
	transition: all 0.56s;
	transform: scale(0);
	transform-origin: 50% 50%;
}

.column3Nav .item.on {
	color: rgb(255 255 255 / 1);
}

.column3Nav .item.on svg .wrapper {
	transform: scale(1);
}

.column3Nav .item.on svg .circle {
	opacity: 0;
}

.column3Nav .item.on svg circle.foreground {
	animation: stroke 6.1s linear 0.2s;
}

@keyframes stroke {
	0% {
		stroke-dasharray: 0, 87.9646px;
	}

	100% {
		stroke-dasharray: 87.9646px, 87.9646px;
	}
}

.column3Center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 1920px;
	max-height: 940px;
	height: 100%;
	z-index: 100;
	pointer-events: none;
}

.column3Center .c3Logo {
	position: absolute;
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: url(../images/column3Logo.png) no-repeat center center;
}

.column3Center svg {
	width: 100%;
	height: 100%;
}

.column3Center .circle {
	transition: all 0.56s ease-in;
}

.column3Center .cursor {
	transition: all 0.36s 0.6s;
}

.column3Center .cursor-circle {
	transition: transform 0.36s ease-in-out;
	transform: scale(0);
	opacity: 0;
}

.column3Center .dotted-circle2 {
	transition: all 0s;
}

.column3Center.on1 .cursor-circle {
	transform: scale(1);
	opacity: 1;
}

.column3Center.act .cursor-circle {
	transform: scale(0);
	transition: all 0.16s;
}


.column3Center.act .dotted-circle2 {
	r: 1260px;
	transition: all 2.4s cubic-bezier(.77, 0, .175, 1);
}

/* ————— 第4通栏 end ————— */
/* ————— 第5通栏 start ————— */
/* ————— 第5通栏 end ————— */
/* ————— 第6通栏 start ————— */
/* ————— 第6通栏 end ————— */
/* ————— 第7通栏 start ————— */
/* ————— 第7通栏 end ————— */
/* ————— 第8通栏 start ————— */
/* ————— 第8通栏 end ————— */
/* ========== 首页 end ========== */
/* ========== 频道页 start ========== */
/* ========== 党建 start ========== */
.partyTitle {
	overflow: hidden;
	position: relative;
	margin-bottom: 45px;
}

.partyTitle .enTitle {
	font-size: 36px;
	color: rgba(153, 153, 153, .1);
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

.partyTitle .cnTitle {
	font-size: 40px;
	color: #333;
	font-weight: bold;
	height: 110px;
	line-height: 110px;
}

.partyTitle .cnTitle em {
	background: url(../images/partyTitleTb.png) no-repeat right center;
	display: inline-block;
	width: 30px;
	height: 45px;
}

.partyBtn {
	border: 2px solid #e6e6e6;
	border-radius: 10px;
	/* width:165px; */
	height: 55px;
	padding: 0 35px;
	display: inline-block;
	vertical-align: middle;
}

.partyBtn a {
	text-align: center;
	font-size: 16px;
	color: #333;
	background: url(../images/moreTb.png) no-repeat right center;
	display: block;
	line-height: 55px;
	padding-right: 20px;
}

.partyBtn:hover {
	border-color: #c50202;
}

.partyBtn:hover a {
	color: #c50202;
	background-image: url(../images/more-red.png);
}

.partyBuildCon .indexScrll i {
	background: #cecbc7 url(../images/shubiao.png) no-repeat center center / 20px 25px;
	position: absolute;
	left: 50%;
	bottom: 8%;
	width: 55px;
	height: 55px;
	border-radius: 100%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

/*第一通栏 start*/
.partyC1 {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0 0 0;
	position: relative;
}

.partyC1 .indexScrll i {
	bottom: 9%;
}

.partyC1 .partyTitle {
	overflow: hidden;
}

.partyC1Dl {
	padding-bottom: 150px;
	overflow: hidden;
}

.partyC1Dl dd {
	float: left;
	display: inline;
	width: 25%;
	padding: 0 25px 130px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	transition: all 500ms;
}

.partyC1Dl dd .title {
	font-size: 16px;
	color: #333333;
	height: 58px;
	line-height: 58px;
	font-weight: bold;
	padding-top: 50px;
}

.partyC1Dl dd .text {
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 25px;
	padding-top: 20px;
}

.partyC1Dl dd .time {
	font-size: 16px;
	color: #999;
	height: 40px;
	line-height: 40px;
	padding-top: 22px;
	margin-bottom: 40px;
}

.partyC1Dl dd .time i {
	font-size: 24px;
	color: #c50202;
	font-style: normal;
	margin-right: 15px;
}

.partyC1Dl dd .pic {
	border-radius: 5px;
	overflow: hidden;
}

.partyC1Dl dd .pic::before {
	padding-top: 60%;
}

.partyC1Dl dd:hover {
	background-color: #fff;
	box-shadow: 1px 10px 20px rgba(197, 2, 2, .1);
	border-radius: 5px;
}

.partyC1Dl dd:hover .title {
	color: #c50202;
}

/*第一通栏 end*/
/*第二通栏 start*/
.partyC2 {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 75px 0 218px;
	position: relative;
}

.partyC2 .partyBtn a {
	color: #fff;
	background-image: url(../images/more-bai.png);
}

.partyC2 .indexScrll i {
	bottom: 12%;
}

.partyC2Srcoll {
	position: relative;
	/* overflow: hidden; */
	position: relative;
}

.partyC2Srcoll .bd {
	width: 100%;
	height: 100%;
	position: relative;
	margin-right: -40px;
	overflow: hidden;
}

.partyC2Srcoll .bd .slick-list,
.partyC2Srcoll .bd .slick-track {
	height: 100%;
	width: 100%;
	overflow: visible;
}

.partyC2Srcoll .bd .myslide {
	width: 100%;
	float: left;
	display: inline;
	width: 25%;
}

.partyC2Srcoll .bd .con {
	margin-right: 40px;
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
	display: inline-block;
}

.partyC2Srcoll .bd .pic {
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}

.partyC2Srcoll .bd .pic::before {
	padding-top: 60.0462%;
}

.partyC2Srcoll .bd .title {
	font-size: 16px;
	color: #333;
	height: 42px;
	line-height: 42px;
	font-weight: bold;
}

.partyC2Srcoll .bd .textC {
	position: relative;
	padding-left: 25px;
}

.partyC2Srcoll .bd .textC::before {
	display: block;
	content: '';
	width: 6px;
	height: 60px;
	background-color: #c50202;
	position: absolute;
	left: 0;
	top: 0;
}

.partyC2Srcoll .bd .text {
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 25px;
	padding-bottom: 65px;
}

.partyC2Srcoll .prev {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #d6d0c3 url(../images/prev-bai.png) no-repeat center center;
	position: absolute;
	bottom: -24%;
	left: 41%;
}

.partyC2Srcoll .next {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: #d6d0c3 url(../images/next-bai.png) no-repeat center center;
	position: absolute;
	left: 59%;
	bottom: -24%;
}

.partyC2Srcoll .prev:hover,
.partyC2Srcoll .next:hover {
	background-color: #c50202;
}

.partyC2 .partyBtn:hover {
	border-color: #fff;
}

.partyC2 .partyBtn:hover a {
	color: #fff;
}

/*第二通栏 end*/
/*第三通栏 start*/
.partyC3 {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0 238px;
	position: relative;
}

.partyC3 .partyTitleC {
	margin-bottom: 95px;
}

.partyC3Dl {
	overflow: hidden;
	margin-right: -35px;
}

.partyC3Dl dd {
	float: left;
	display: inline;
	width: 50%;
	overflow: hidden;
	margin-bottom: 40px;
}

.partyC3Dl .ddCon {
	margin-right: 35px;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
}

.partyC3Dl dd .title {
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 25px;
	display: block;
}

.partyC3Dl dd .text {
	font-size: 14px;
	color: #666;
	height: 50px;
	line-height: 25px;
	margin-bottom: 18px;
}

.partyC3Dl dd .time {
	font-size: 16px;
	color: #999;
	height: 40px;
	line-height: 40px;
	padding-bottom: 10px;
}

.partyC3Dl dd .time i {
	font-style: normal;
	font-size: 24px;
	color: #c50202;
	margin-right: 30px;
}

.partyC3Dl dd .ddL {
	overflow: hidden;
	padding: 0 30px;
}

.partyC3Dl dd .ddR {
	width: 40.2374%;
	float: right;
	display: inline;
}

.partyC3Dl dd .pic {
	overflow: hidden;
}

.partyC3Dl dd .pic::before {
	padding-top: 60.6557%;
}

.partyC3Dl dd:hover .title {
	color: #c50202;
}

.partyC3 .indexScrll i {
	bottom: 13%;
}

/*第三通栏 end*/
/*第四通栏 start*/
.partyC4 {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 250px;
	position: relative;
}

.partyC4 .enTitle {
	color: rgba(255, 255, 255, .3);
}

.partyC4 .cnTitle {
	color: #fff;
}

.partyC4 .cnTitle em {
	background-image: url(../images/partyTitleTb-bai.png);
}

.partyC4 .partyTitleC {
	padding: 105px 0 0;
}

.partyC4Srcoll {
	position: relative;
	overflow: hidden;
	position: relative;
}

.partyC4Srcoll .bd {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.partyC4Srcoll .bd .slick-list,
.partyC4Srcoll .bd .slick-track {
	height: 100%;
	width: 100%;
	overflow: visible;
}

.partyC4Srcoll .bd .myslide {
	width: 100%;
}

.partyC4Srcoll .bd .html {
	display: none;
}

.partyC4Srcoll .textC {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, .5);
	padding: 0 30px;
	overflow: hidden;
	box-sizing: border-box;
}

.partyC4Srcoll .textC .text {
	font-size: 16px;
	color: #fff;
	line-height: 70px;
	height: 70px;
	overflow: hidden;
}

.partyC4Srcoll .bd .pic {
	width: 760px;
	overflow: hidden;
}

.partyC4Srcoll .bd .pic::before {
	padding-top: 59.8684%;
}

.partyC4Dot {
	overflow: hidden;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.partyC4Dot li {
	float: left;
	display: inline;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fff;
	margin-right: 10px;
}

.partyC4Dot li.slick-active {
	background-color: #dfbc5e;
}

.partyC4Con {
	overflow: hidden;
}

.partyC4Right {
	float: right;
	display: inline;
	width: 48.7179%;
	padding: 38px 70px 53px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 40px;
	height: 455px;
}

.partyC4Right dd {
	padding: 0 0 57px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.partyC4Right dd::before {
	display: block;
	content: '';
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.partyC4Right dd .ddR {
	float: right;
	display: inline;
	font-size: 14px;
	color: #999;
}

.partyC4Right dd .ddL {
	font-size: 16px;
	color: #333;
	line-height: 25px;
	position: relative;
	width: 80%;
	text-align: justify;
}

.partyC4Right dd .ddL::before {
	display: block;
	content: '';
	background: url(../images/partyC4Line.png) no-repeat center center;
	width: 50px;
	height: 15px;
	position: absolute;
	left: -72px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.partyC4Right dd:hover .ddL,
.partyC4Right dd:hover .ddR {
	color: #c50202;
}

/*第四通栏 end*/
/*第五通栏 start*/
.partyC5 {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
}

.partyC5 .partyTitleC {
	padding-top: 133px;
}

.partyC5Dl {
	overflow: hidden;
	margin-right: -40px;
}

.partyC5Dl dd {
	float: left;
	display: inline;
	width: 33.3333%;
}

.partyC5Dl .ddCon {
	margin-right: 40px;
	background-color: #fff;
	padding: 30px 30px 0;
	border-radius: 5px;
	display: inline-block;
}

.partyC5Dl dd .pic {
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden;
}

.partyC5Dl dd .pic::before {
	padding-top: 60.4651%;
}

.partyC5Dl dd .title {
	font-size: 16px;
	color: #333;
	height: 35px;
	line-height: 35px;
	margin-bottom: 7px;
	font-weight: bold;
}

.partyC5Dl dd .text {
	height: 50px;
	line-height: 25px;
	color: #666;
	font-size: 14px;
	padding-bottom: 95px;
}

.partyC5Dl dd .ddText {
	position: relative;
	padding-left: 25px;
}

.partyC5Dl dd .ddText::before {
	display: block;
	content: '';
	width: 6px;
	height: 60px;
	background-color: #c50202;
	position: absolute;
	left: 0;
	top: 0;
}

/*第五通栏 end*/
/* ========== 党建 end ========== */
/* ========== 频道页 end ========== */
